home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / egautl85.zip / EGAUTIL.DOC < prev    next >
Text File  |  1990-11-22  |  3KB  |  61 lines

  1. EGAUTIL 8.5 - (c) Kai Uwe Rommel - Nov 21 1990
  2.  
  3. This is the third public release of EGAUTIL & EGAWUTIL. The name may
  4. imply that it is a utility for EGA only, but it works on VGA as well.
  5. In reality, VGA cards are recognized and handled a bit different.
  6. The name is just for historical reasons (see version number ...).
  7.  
  8. This is a screen saver on which I am working already for a long time.
  9. It runs on EGA or VGA under DOS and has some special features. It
  10. monitors not only the keyboard but also a Microsoft-compatible mouse,
  11. if installed (compatible on driver level, Logimouse was tested with an
  12. earlier version). Also, it can blank a secondary monochrome Hercules
  13. display, if installed. See its help page for details.
  14.  
  15. Now I added a small DLL for use under Windows. This DLL establishes a
  16. system hook and notifies the screen saver of Keyboard and Mouse events.
  17. They communicate via the multiplex interrrupt (INT 2F). This DLL works
  18. under Windows 3.0 or newer only (in all three modes, real, standard and
  19. 386 enhanced). The INT 2F seems to be clean to be called in protected
  20. mode, even in 286 standard mode (the INT 2F is the preferred method for
  21. communication with TSR's under DOS anyway). Without this DLL loaded, the
  22. screen will never be blanked in standard or enhanced mode.
  23.  
  24. I have tested it under Windows 3.0 with heavy load and it always worked
  25. well. But if you have problems with it, please reportthem to me. Note
  26. again: IT ONLY WORKS WITH EGA OR VGA (all Super VGA too).
  27.  
  28. The screen is blanked by completely switching off the display(s). That means
  29. if you would like some pictur/graphics/animation, then this one is not
  30. for you ..., but this has the advantage, that all the Windows do not have
  31. to be repainted, when the screen is switched back on.
  32.  
  33. I wanted the screen (and the monochrome debugging display) to be
  34. *completely* blanked. I find these animated screen savers boring after a
  35. while - so I wrote one that is boring from the beginning :-)
  36.  
  37. When running Windows with EGAWUTIL.EXE, if the mouse is moved into the upper
  38. right corner of the display, the screen is blanked instantly. If it is
  39. moved into the lower right corner, the screen will never be blanked.
  40.  
  41. When running plain DOS without Windows, the screen can be blanked manually
  42. by pressing Sys-Request (Alt-PrintScreen) and then the key S (short clicks 
  43. are heard when pressing these two keys).
  44.  
  45. Install the screen saver main program EGAUTIL.COM in AUTOEXEC.BAT with
  46.  
  47.     EGAUTIL /I /D:delay [/M] [/2]
  48.  
  49. The delay is in minutes, /M means a mouse is installed (probably you all have
  50. one), /2 means a secondary monochrome display is installed.
  51.  
  52. Put the EGAWUTIL.EXE into WIN.INI into the "Load=" line
  53.  
  54.         Load=EGAWUTIL.EXE ...
  55.  
  56. (You perhaps have more programs listed in this line).
  57.  
  58. Kai Uwe Rommel
  59. Munich
  60. rommel@lan.informatik.tu-muenchen.dbp.de
  61.